-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include AllowedSystemId also in PlaceRef #204
Include AllowedSystemId also in PlaceRef #204
Conversation
Disclaimer: I may understand this imperfectly. |
@JonaVBB I think that in a distributed context it is sometimes necessary to know which system is the "owner/master" of the element (here place). In theory otherwise they might have the same id. i would add a SystemId everywhere, where this distinction is necessary. may be also in TripInfoRequest. What do you think? |
@JonaVBB could you please comment? |
....and perhaps we even should add it more generally depending on the algorithms.
20c6b77
to
245a69a
Compare
To me it seems we're talking about two different ways of using this element (spoiler: I don't see a problem using both in parallel). The initial idea from EU-Spirit derives from EU-Spirit's algorithm. AllowedSystemId is used by active servers/nodes to tell the RCC (central component) which passive servers/nodes shall be used to calculate the journey. So, AllowedSystemId is then a list of IDs which are allowed/defined to be asked. Passive systems which are not mentioned in the AllowedSystemId will not be asked by the RCC. |
after clarification
....and perhaps we even should add it more generally depending on the algorithms.
The people working with EU spirit and HaCon/MENTZ should take a look.